-
-
Notifications
You must be signed in to change notification settings - Fork 7
fix(ci): LanguageTool env vars for coverage CI #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Any insights as to why the code coverage tests might be failing @jeertmans? It runs fine locally, and the other CI tests have no issues. I'm not sure why it can't find the "local" LanguageTool service |
Hi @Rolv-Apneseth! I don't know why it fails, but it looks like a few of the GitHub actions we are using as not up-to-date. I am trying to run the Dependabot on the v3 and see if that can fix the issue. |
I've added some |
e33ece3
to
97420c2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v3 #139 +/- ##
=====================================
Coverage ? 31.55%
=====================================
Files ? 19
Lines ? 824
Branches ? 0
=====================================
Hits ? 260
Misses ? 564
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Finally! It was the container for |
Great, thank you so much for fixing @Rolv-Apneseth! |
No description provided.